[bot] Update Learning Hub for /plugins removal, MCP 2026-07-28, hook trace context, and copilot app command - #2851
Merged
aaronpowell merged 2 commits intoAug 31, 2026
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The plugin page documents a removed opt-out and unavailable component toggles.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates Learning Hub documentation for Copilot CLI v1.0.81 features and breaking changes.
Changes:
- Documents new MCP, hook tracing, and desktop app capabilities.
- Updates plugin-management guidance.
- Refreshes page update dates.
File summaries
| File | Description |
|---|---|
understanding-mcp-servers.md |
Documents MCP 2026-07-28 support. |
installing-and-using-plugins.md |
Updates plugin dashboard guidance. |
github-copilot-app.md |
Documents copilot app. |
automating-with-hooks.md |
Documents OpenTelemetry context propagation. |
Review details
Suppressed comments (2)
website/src/content/docs/learning-hub/installing-and-using-plugins.md:250
- This paragraph again tells readers that
/plugincan toggle every component and even uses disabling a hook as its example, although v1.0.81 removed the only dashboard that supported hook and LSP toggles. Replace this with the supported installed-plugin/update behavior so it agrees with the note below.
This opens an interactive list where each installed plugin and its components are shown with a toggle. Disabling a component hides it from Copilot without removing it from disk — useful for temporarily deactivating a hook that is too noisy, or turning off a plugin's instructions when working on a different type of project. Re-enable the component at any time from the same `/plugin` menu.
website/src/content/docs/learning-hub/installing-and-using-plugins.md:244
- The new
/plugindashboard does not retain all of the retired/pluginscomponent toggles; the release notes explicitly say hook and LSP toggles are unavailable. Introduce this as plugin management rather than promising the unsupported controls.
Run `/plugin` (or `copilot plugin list` in non-interactive mode) to see **enable/disable toggles** for individual plugin components. You can turn off specific agents, instructions, hooks, LSP servers, or entire plugins without uninstalling them:
- Files reviewed: 4/4 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
aaronpowell
previously approved these changes
Aug 31, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
aaronpowell
approved these changes
Aug 31, 2026
aaronpowell
deleted the
learning-hub-update-2026-08-28-76db3e8d87385dd9
branch
August 31, 2026 01:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Based on the GitHub Copilot CLI changelog (v1.0.81, 2026-08-27) and recent releases, this PR updates the Learning Hub to reflect several breaking/notable changes:
/pluginscommand removed —installing-and-using-plugins.mdnow documents that/pluginswas removed in v1.0.81 in favor of/plugin,/mcp,/skills,/subagents, and/instructions. Notes the plugins dashboard is now on by default (PLUGINS_DASHBOARD=falseto opt out), the new/pluginupdate-available indicator, and that hook/LSP enable-disable toggles are temporarily unavailable after the dashboard consolidation.understanding-mcp-servers.mdnotes that CLI, SDK, IDE, and in-memory clients now support the newer MCP protocol revision.automating-with-hooks.mddocuments the newtraceparent/tracestatefields available to hook inputs (and as env vars for command hooks) for correlating hook telemetry with session traces.copilot appCLI command —github-copilot-app.mddocuments the newcopilot appcommand to open the GitHub Copilot desktop app in the current directory.All four pages had their
lastUpdatedfrontmatter bumped to 2026-08-28.Sources
Note: github.blog, code.visualstudio.com, and the community copilot-guide site were not reachable from this sandbox environment (network policy blocked them), so this update is based on the copilot-cli changelog and release data only. The
cli-for-beginnerssection was intentionally left untouched per instructions.Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
code.visualstudio.comgithub.blognishanil.github.ioTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.